home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 44 / PC Actual CD 44.iso / Linux / Cygwin / full.exe / Disk1 / data1.cab / Tools / H-i586-cygwin32 / i586-cygwin32 / include / machine / time.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-04  |  151 b   |  11 lines

  1. #ifndef    _MACHTIME_H_
  2. #define    _MACHTIME_H_
  3.  
  4. #if defined(__arm__) || defined(__thumb__)
  5. #define _CLOCKS_PER_SEC_ 100
  6. #endif
  7.  
  8. #endif    /* _MACHTIME_H_ */
  9.  
  10.  
  11.